PDF4Java Reference Documentation
com.o2sol.pdf4java.core Package / PDFFile Class / PDFFile Constructor / PDFFile Constructor(Stream,String)
Stream with the PDF file.
Password for decrypting the PDF file.
In This Topic
    PDFFile Constructor(Stream,String)
    In This Topic
    Initializes a new Object from a stream.
    Syntax
    public PDFFile( 
       Stream stream,
       java.lang.String password
    )

    Parameters

    stream
    Stream with the PDF file.
    password
    Password for decrypting the PDF file.
    See Also